home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global IconList1
- tell the stage
- playSFX(5)
- end tell
- puppetSprite(15, 0)
- repeat with rc in IconList1
- outScope(rc)
- end repeat
- updateStage()
- go(the frame + 1)
- go(the frame + 1)
- repeat with rc in IconList1
- Inscope(rc)
- end repeat
- updateStage()
- iconObj = getaProp(IconList1, the clickOn)
- doRollover(iconObj)
- trackMouse(iconObj)
- end
-